home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / fulldrag / clockfrm.dfm / clockfrm.txt
Encoding:
Text File  |  1995-12-22  |  426 b   |  25 lines

  1. object Horloge: THorloge
  2.   Left = 210
  3.   Top = 209
  4.   Width = 182
  5.   Height = 93
  6.   Caption = 'Horloge'
  7.   Font.Color = clNavy
  8.   Font.Height = -16
  9.   Font.Name = 'Arial'
  10.   Font.Style = [fsBold, fsItalic]
  11.   PixelsPerInch = 96
  12.   OnPaint = FormPaint
  13.   TextHeight = 18
  14.   object FullDrag1: TFullDrag
  15.     FullSize = True
  16.     Left = 8
  17.     Top = 8
  18.   end
  19.   object Timer1: TTimer
  20.     OnTimer = Timer1Timer
  21.     Left = 40
  22.     Top = 8
  23.   end
  24. end
  25.